home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / pbm / extra.lzh / extra / other / newcolors.orig < prev    next >
Internet Message Format  |  1991-10-23  |  10KB

  1. From comp.graphics Tue Jun 11 19:14:12 1991
  2. Path: uniol!math.fu-berlin.de!unido!mcsun!uunet!zaphod.mps.ohio-state.edu!think.com!rpi!news-server.csri.toronto.edu!torsqnt!lethe!telly!moore!eastern!egsgate!Uucp
  3. From: Steve.Hollasch@f98.n250.z1.FidoNet.Org (Steve Hollasch)
  4. Newsgroups: comp.graphics
  5. Subject: List of RGB Colors
  6. Message-ID: <676362343.50@egsgate.FidoNet.Org>
  7. Date: 4 Jun 91 10:26:52 GMT
  8. Sender: Uucp@egsgate.FidoNet.Org
  9. Lines: 185
  10.  
  11.  
  12.  
  13.     In response to my query to the net for RGB color tables, I've received
  14. several text files.  Juhana Krister sent me the rgb.txt file used for the
  15. X-windows software, and Scott Snibbe sent me the color file used at the
  16. Brown University Computer Graphics Group.  Scott's file includes painter's
  17. pigment colors from the 1989 SIGGRAPH course on color representation for
  18. computers.
  19.  
  20.     I've condensed these down to a single file.  I've omitted a number of
  21. the rgb.txt colors, since every unique color was given as the color
  22. itself, plus four different shades of that color (from light to dark).  I
  23. figure that these shades are easily replicated so I cut them out.  If there
  24. were different definitions of a certain color in the three files, I selected
  25. the one that looked best to me.
  26.  
  27.     My condensed color file follows (213 lines).  Comments are preceeded
  28. with '#'.  Color definitions consist of a contiguous name, red, green and
  29. blue components in the range [0,255] and red, green, and blue components in
  30. the range [0,1].
  31. --------------------------------------------------------------------------
  32.  
  33. # Whites
  34. antique_white         250 235 215   0.9804 0.9216 0.8431
  35. azure                 240 255 255   0.9412 1.0000 1.0000
  36. bisque                255 228 196   1.0000 0.8941 0.7686
  37. blanched_almond       255 235 205   1.0000 0.9216 0.8039
  38. cornsilk              255 248 220   1.0000 0.9725 0.8627
  39. eggshell              252 230 201   0.9900 0.9000 0.7900
  40. floral_white          255 250 240   1.0000 0.9804 0.9412
  41. gainsboro             220 220 220   0.8627 0.8627 0.8627
  42. ghost_white           248 248 255   0.9725 0.9725 1.0000
  43. honeydew              240 255 240   0.9412 1.0000 0.9412
  44. ivory                 255 255 240   1.0000 1.0000 0.9412
  45. lavender              230 230 250   0.9020 0.9020 0.9804
  46. lavender_blush        255 240 245   1.0000 0.9412 0.9608
  47. lemon_chiffon         255 250 205   1.0000 0.9804 0.8039
  48. linen                 250 240 230   0.9804 0.9412 0.9020
  49. mint_cream            245 255 250   0.9608 1.0000 0.9804
  50. misty_rose            255 228 225   1.0000 0.8941 0.8824
  51. moccasin              255 228 181   1.0000 0.8941 0.7098
  52. navajo_white          255 222 173   1.0000 0.8706 0.6784
  53. old_lace              253 245 230   0.9922 0.9608 0.9020
  54. papaya_whip           255 239 213   1.0000 0.9373 0.8353
  55. peach_puff            255 218 185   1.0000 0.8549 0.7255
  56. seashell              255 245 238   1.0000 0.9608 0.9333
  57. snow                  255 250 250   1.0000 0.9804 0.9804
  58. thistle               216 191 216   0.8471 0.7490 0.8471
  59. titanium_white        252 255 240   0.9900 1.0000 0.9400
  60. wheat                 245 222 179   0.9608 0.8706 0.7020
  61. white                 255 255 255   1.0000 1.0000 1.0000
  62. white_smoke           245 245 245   0.9608 0.9608 0.9608
  63. zinc_white            253 248 255   0.9900 0.9700 1.0000
  64.  
  65. # Greys
  66. cold_grey             128 138 135   0.5000 0.5400 0.5300
  67. dim_grey              105 105 105   0.4118 0.4118 0.4118
  68. grey                  192 192 192   0.7529 0.7529 0.7529
  69. light_grey            211 211 211   0.8275 0.8275 0.8275
  70. slate_grey            112 128 144   0.4392 0.5020 0.5647
  71. slate_grey_dark        47  79  79   0.1843 0.3098 0.3098
  72. slate_grey_light      119 136 153   0.4667 0.5333 0.6000
  73. warm_grey             128 128 105   0.5000 0.5000 0.4100
  74.  
  75. # Blacks
  76. black                   0   0   0   0.0000 0.0000 0.0000
  77. ivory_black            41  36  33   0.1600 0.1400 0.1300
  78. lamp_black             46  71  59   0.1800 0.2800 0.2300
  79.  
  80. # Reds
  81. alizarin_crimson      227  38  54   0.8900 0.1500 0.2100
  82. brick                 156 102  31   0.6100 0.4000 0.1200
  83. cadmium_red_deep      227  23  13   0.8900 0.0900 0.0500
  84. coral                 255 127  80   1.0000 0.4980 0.3137
  85. coral_light           240 128 128   0.9412 0.5020 0.5020
  86. deep_pink             255  20 147   1.0000 0.0784 0.5765
  87. english_red           212  61  26   0.8300 0.2400 0.1000
  88. firebrick             178  34  34   0.6980 0.1333 0.1333
  89. geranium_lake         227  18  48   0.8900 0.0700 0.1900
  90. hot_pink              255 105 180   1.0000 0.4118 0.7059
  91. indian_red            176  23  31   0.6900 0.0900 0.1200
  92. light_salmon          255 160 122   1.0000 0.6275 0.4784
  93. madder_lake_deep      227  46  48   0.8900 0.1800 0.1900
  94. maroon                176  48  96   0.6902 0.1882 0.3765
  95. pink                  255 192 203   1.0000 0.7529 0.7961
  96. pink_light            255 182 193   1.0000 0.7137 0.7569
  97. raspberry             135  38  87   0.5300 0.1500 0.3400
  98. red                   255   0   0   1.0000 0.0000 0.0000
  99. rose_madder           227  54  56   0.8900 0.2100 0.2200
  100. salmon                250 128 114   0.9804 0.5020 0.4471
  101. tomato                255  99  71   1.0000 0.3882 0.2784
  102. venetian_red          212  26  31   0.8300 0.1000 0.1200
  103.  
  104. # Browns
  105. beige                 163 148 128   0.6400 0.5800 0.5000
  106. brown                 128  42  42   0.5000 0.1647 0.1647
  107. brown_madder          219  41  41   0.8600 0.1600 0.1600
  108. brown_ochre           135  66  31   0.5300 0.2600 0.1200
  109. burlywood             222 184 135   0.8706 0.7216 0.5294
  110. burnt_sienna          138  54  15   0.5400 0.2100 0.0600
  111. burnt_umber           138  51  36   0.5400 0.2000 0.1400
  112. chocolate             210 105  30   0.8235 0.4118 0.1176
  113. deep_ochre            115  61  26   0.4500 0.2400 0.1000
  114. flesh                 255 125  64   1.0000 0.4900 0.2500
  115. flesh_ochre           255  87  33   1.0000 0.3400 0.1300
  116. gold_ochre            199 120  38   0.7800 0.4700 0.1500
  117. greenish_umber        255  61  13   1.0000 0.2400 0.0500
  118. khaki                 240 230 140   0.9412 0.9020 0.5490
  119. khaki_dark            189 183 107   0.7412 0.7176 0.4196
  120. light_beige           245 245 220   0.9608 0.9608 0.8627
  121. peru                  205 133  63   0.8039 0.5216 0.2471
  122. rosy_brown            188 143 143   0.7373 0.5608 0.5608
  123. raw_sienna            199  97  20   0.7800 0.3800 0.0800
  124. raw_umber             115  74  18   0.4500 0.2900 0.0700
  125. sepia                  94  38  18   0.3700 0.1500 0.0700
  126. sienna                160  82  45   0.6275 0.3216 0.1765
  127. saddle_brown          139  69  19   0.5451 0.2706 0.0745
  128. sandy_brown           244 164  96   0.9569 0.6431 0.3765
  129. tan                   210 180 140   0.8235 0.7059 0.5490
  130. van_dyke_brown         94  38   5   0.3700 0.1500 0.0200
  131.  
  132. # Oranges
  133. cadmium_orange        255  97   3   1.0000 0.3800 0.0100
  134. cadmium_red_light     255   3  13   1.0000 0.0100 0.0500
  135. carrot                237 145  33   0.9300 0.5700 0.1300
  136. dark_orange           255 140   0   1.0000 0.5490 0.0000
  137. mars_orange           150  69  20   0.5900 0.2700 0.0800
  138. mars_yellow           227 112  26   0.8900 0.4400 0.1000
  139. orange                255 128   0   1.0000 0.5000 0.0000
  140. orange_red            255  69   0   1.0000 0.2706 0.0000
  141. yellow_ochre          227 130  23   0.8900 0.5100 0.0900
  142.  
  143. # Yellows
  144. aureoline_yellow      255 168  36   1.0000 0.6600 0.1400
  145. banana                227 207  87   0.8900 0.8100 0.3400
  146. cadmium_lemon         255 227   3   1.0000 0.8900 0.0100
  147. cadmium_yellow        255 153  18   1.0000 0.6000 0.0700
  148. cadmium_yellow_light  255 176  15   1.0000 0.6900 0.0600
  149. gold                  255 215   0   1.0000 0.8431 0.0000
  150. goldenrod             218 165  32   0.8549 0.6471 0.1255
  151. goldenrod_dark        184 134  11   0.7216 0.5255 0.0431
  152. goldenrod_light       250 250 210   0.9804 0.9804 0.8235
  153. goldenrod_pale        238 232 170   0.9333 0.9098 0.6667
  154. light_goldenrod       238 221 130   0.9333 0.8667 0.5098
  155. melon                 227 168 105   0.8900 0.6600 0.4100
  156. naples_yellow_deep    255 168  18   1.0000 0.6600 0.0700
  157. yellow                255 255   0   1.0000 1.0000 0.0000
  158. yellow_light          255 255 224   1.0000 1.0000 0.8784
  159.  
  160. # Greens
  161. chartreuse            127 255   0   0.4980 1.0000 0.0000
  162. chrome_oxide_green    102 128  20   0.4000 0.5000 0.0800
  163. cinnabar_green         97 179  41   0.3800 0.7000 0.1600
  164. cobalt_green           61 145  64   0.2400 0.5700 0.2500
  165. emerald_green           0 201  87   0.0000 0.7900 0.3400
  166. forest_green           34 139  34   0.1333 0.5451 0.1333
  167. green                   0 255   0   0.0000 1.0000 0.0000
  168. green_dark              0 100   0   0.0000 0.3922 0.0000
  169. green_pale            152 251 152   0.5961 0.9843 0.5961
  170. green_yellow          173 255  47   0.6784 1.0000 0.1843
  171. lawn_green            124 252   0   0.4863 0.9882 0.0000
  172. lime_green             50 205  50   0.1961 0.8039 0.1961
  173. mint                  189 252 201   0.7400 0.9900 0.7900
  174. olive                  59  94  43   0.2300 0.3700 0.1700
  175. olive_drab            107 142  35   0.4196 0.5569 0.1373
  176. olive_green_dark       85 107  47   0.3333 0.4196 0.1843
  177. permanent_green        10 201  43   0.0400 0.7900 0.1700
  178. sap_green              48 128  20   0.1900 0.5000 0.0800
  179. sea_green              46 139  87   0.1804 0.5451 0.3412
  180. sea_green_dark        143 188 143   0.5608 0.7373 0.5608
  181. sea_green_medium       60 179 113   0.2353 0.7020 0.4431
  182. sea_green_light        32 178 170   0.1255 0.6980 0.6667
  183. spring_green            0 255 127   0.0000 1.0000 0.4980
  184. spring_green_medium     0 250 154   0.0000 0.9804 0.6039
  185. terre_verte            56  94  15   0.2200 0.3700 0.0600
  186. viridian_light        110 255 112   0.4300 1.0000 0.4400
  187. yellow_green          154 205  50   0.6039 0.8039 0.1961
  188.  
  189. # Cyans
  190. aquamarine            127 255 212   0.4980 1.0000 0.8314
  191. aquamarine_medium     102 205 170   0.4000 0.8039 0.6667
  192. cyan                    0 255 255   0.0000 1.0000 1.0000
  193. cyan_white            224 255 255   0.8784 1.0000 1.0000
  194. turquoise              64 224 208   0.2510 0.8784 0.8157
  195. turquoise_dark          0 206 209   0.0000 0.8078 0
  196.  
  197.